home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / util1 / aset10.zip / ASET2.TST < prev    next >
Text File  |  1993-05-06  |  4KB  |  258 lines

  1. # $Id: aset2.tst 1.2 1993/04/09 09:10:29 Ricki Exp $
  2. # Test file for ASETs file/disk functions
  3. #
  4. #       $Log: aset2.tst $
  5. #       Revision 1.2  1993/04/09  09:10:29  Ricki
  6. #       modified for the use with PCs with only one diskette drive
  7. #
  8. #       Revision 1.1  1993/03/09  13:01:16  Ricki
  9. #       Initial revision
  10. #
  11.  
  12. #
  13. #-------DFREE
  14. #
  15. a=dfree('c:')
  16. a=dfree()
  17. a=dfree
  18. a=dfree(a:)
  19. #a=dfree('B')
  20. #a=dfree('e:')
  21. #
  22. a=dfree(a,b)
  23. a=dfree('Z:')
  24.  
  25. #
  26. #-------DIR
  27. #
  28. a=dir('c:')
  29. a=dir()
  30. a=dir
  31. a=dir(a:)
  32. #a=dir('B')
  33. #a=dir('e:')
  34. #
  35. a=dir(a,b)
  36. a=dir('Z:')
  37.  
  38. #
  39. #-------DOSPATH
  40. #
  41. a=dospath('xcopy.exe')
  42. a=dospath('sort.exe')
  43. a=dospath('command.com')
  44. a=dospath('aset.exe')
  45. a=dospath('c:\config.sys')
  46. #
  47. a=dospath('15623452.243')
  48. a=dospath()
  49. a=dospath
  50. a=dospath('C:')
  51. a=dospath('x','y')
  52.  
  53. #
  54. #-------DSIZE
  55. #
  56. a=dsize('c:')
  57. a=dsize()
  58. a=dsize
  59. a=dsize(a:)
  60. #a=dsize('B')
  61. #a=dsize('e:')
  62. #
  63. a=dsize(a,b)
  64. a=dsize('Z:')
  65.  
  66. #
  67. #-------FATTR
  68. #
  69. a=fattr('c:\config.sys')
  70. a=fattr('aset.exe')
  71. a=fattr(dospath('command.com'))
  72. a=fattr(dospath('msdos.sys'))
  73. a=fattr(dospath('io.sys'))
  74. a=fattr(dospath('pcdos.sys'))
  75. #
  76. a=fattr('15623452.243')
  77. a=fattr()
  78. a=fattr
  79. a=fattr('C:')
  80. a=fattr('x','y')
  81.  
  82. #
  83. #-------FDATE
  84. #
  85. a=fdate('c:\config.sys')
  86. a=fdate('aset.exe')
  87. a=fdate(dospath('command.com'))
  88. #
  89. a=fdate('15623452.243')
  90. a=fdate()
  91. a=fdate
  92. a=fdate('C:')
  93. a=fdate('x','y')
  94.  
  95. #
  96. #-------FDIR
  97. #
  98. a=fdir('c:\config.sys')
  99. a=fdir('aset.exe')
  100. a=fdir(dospath('command.com'))
  101. a=fdir('Z:\THIS\DOES\NOT\EXIST')
  102. a=fdir
  103. a=fdir()
  104. #
  105. a=fdir('15623452.243')
  106. a=fdir('C:')
  107. a=fdir('x','y')
  108.  
  109. #
  110. #-------FDRIVE
  111. #
  112. a=fdrive('c:\config.sys')
  113. a=fdrive('aset.exe')
  114. a=fdrive(dospath('command.com'))
  115. a=fdrive('Z:\THIS\DOES\NOT\EXIST')
  116. a=fdrive('C:')
  117. #
  118. a=fdrive
  119. a=fdrive()
  120. a=fdrive('x','y')
  121.  
  122. #
  123. #-------FEXPAND
  124. #
  125. a=fexpand('aset.exe')
  126. a=fexpand('.')
  127. a=fexpand('\command.com')
  128. a=fexpand('Z:\THIS\DOES\NOT\EXIST')
  129. a=fexpand('C:')
  130. #
  131. a=fexpand
  132. a=fexpand()
  133. a=fexpand('x','y')
  134.  
  135. #
  136. #-------FEXT
  137. #
  138. a=fext('c:\config.sys')
  139. a=fext('aset.exe')
  140. a=fext(dospath('command.com'))
  141. a=fext('Z:\THIS\DOES\NOT\EXIST')
  142. a=fext('C:')
  143. #
  144. a=fext
  145. a=fext()
  146. a=fext('x','y')
  147.  
  148. #
  149. #-------FNAME
  150. #
  151. a=fname('c:\config.sys')
  152. a=fname('aset.exe')
  153. a=fname(dospath('command.com'))
  154. a=fname('Z:\THIS\DOES\NOT\EXIST')
  155. a=fname('C:')
  156. #
  157. a=fname
  158. a=fname()
  159. a=fname('x','y')
  160.  
  161. #
  162. #-------FNAMEX
  163. #
  164. a=fnamex('c:\config.sys')
  165. a=fnamex('aset.exe')
  166. a=fnamex(dospath('command.com'))
  167. a=fnamex('Z:\THIS\DOES\NOT\EXIST')
  168. a=fnamex('C:')
  169. #
  170. a=fnamex
  171. a=fnamex()
  172. a=fnamex('x','y')
  173.  
  174. #
  175. #-------FPATH
  176. #
  177. a=fpath('c:\config.sys')
  178. a=fpath('aset.exe')
  179. a=fpath(dospath('command.com'))
  180. a=fpath('Z:\THIS\DOES\NOT\EXIST')
  181. a=fpath('C:')
  182. #
  183. a=fpath
  184. a=fpath()
  185. a=fpath('x','y')
  186.  
  187. #
  188. #-------FSIZE
  189. #
  190. a=fsize('c:\config.sys')
  191. a=fsize('aset.exe')
  192. a=fsize(dospath('command.com'))
  193. #
  194. a=fsize('15623452.243')
  195. a=fsize()
  196. a=fsize
  197. a=fsize('C:')
  198. a=fsize('x','y')
  199.  
  200. #
  201. #-------FTIME
  202. #
  203. a=ftime('c:\config.sys')
  204. a=ftime('aset.exe')
  205. a=ftime(dospath('command.com'))
  206. #
  207. a=ftime('15623452.243')
  208. a=ftime()
  209. a=ftime
  210. a=ftime('C:')
  211. a=ftime('x','y')
  212.  
  213. #
  214. #-------ISDIR
  215. #
  216. a=isdir('c:\')
  217. a=isdir('c:')
  218. a=isdir('\')
  219. a=isdir('.')
  220. a=isdir('..')
  221. #
  222. a=isdir('15623452.243')
  223. a=isdir()
  224. a=isdir
  225. a=isdir('x','y')
  226. a=isdir('z:\does\not\exist')
  227. a=isdir('$%/&%/&$syntaxerror/&&$/&/&%')
  228.  
  229. #
  230. #-------LABEL
  231. #
  232. a=label('c:')
  233. a=label()
  234. a=label
  235. a=label(a:)
  236. #a=label('B')
  237. #a=label('e:')
  238. #
  239. a=label(a,b)
  240. a=label('Z:')
  241.  
  242. #
  243. #-------UNIQUE
  244. #
  245. a=unique('c:\')
  246. a=unique('c:')
  247. a=unique('\')
  248. a=unique('.')
  249. a=unique('..')
  250. #
  251. a=unique('15623452.243')
  252. a=unique()
  253. a=unique
  254. a=unique('x','y')
  255. a=unique('z:\does\not\exist')
  256. a=unique('$%/&%/&$syntaxerror/&&$/&/&%')
  257.  
  258.